home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / NETDLH5X.IN_ / netdlh5x.inf
Encoding:
Windows Setup INFormation  |  1999-10-19  |  8.1 KB  |  207 lines

  1. ;
  2. ; NETDLH5X.INF
  3. ;
  4. ; Copyright (c) 1993-1998, Microsoft Corporation.
  5. ; Copyright (c) 1998-1999, D-Link Corporation.
  6. ;
  7.  
  8. [version]
  9. Signature   = "$Windows NT$"
  10. Class       = Net
  11. ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
  12. Provider    = %Msft%
  13. LayoutFile  = layout.inf
  14. DriverVer=10/19/1999,1.0.5.0
  15.  
  16. [Manufacturer]
  17. %DLink%     = DLink
  18. %Sundance%  = Sundance
  19.  
  20. [ControlFlags]
  21. ExcludeFromSelect = PCI\VEN_1186&DEV_1002, \
  22.                     PCI\VEN_1186&DEV_1002&SUBSYS_10021186, \
  23.                     PCI\VEN_13F0&DEV_0201
  24.  
  25. [DLink]
  26. %DL10050.DeviceDesc%    = dlh5x.ndi, PCI\VEN_1186&DEV_1002                  ;DLink DL10050
  27. %DFE550TX.DeviceDesc%   = dlh5x.ndi, PCI\VEN_1186&DEV_1002&SUBSYS_10021186  ;DLink DFE-550TX
  28.  
  29. [Sundance]
  30. %ST201.DeviceDesc%      = alta.ndi, PCI\VEN_13F0&DEV_0201                   ;Sundance ST201
  31.  
  32. ;------------------------------------------------------------------------------
  33. ; DLink DL10050
  34. ;
  35. [dlh5x.ndi]
  36. Characteristics = 0x84  ; NCF_HAS_UI | NCF_PHYSICAL
  37. BusType         = 5     ; PCI
  38. AddReg          = dlh5x.reg, alta.nt.reg, alta.param.reg
  39. CopyFiles       = alta.CopyFiles
  40.  
  41. [dlh5x.ndi.Services]
  42. AddService = DLH5X, 2, dlh5x.Service, common.EventLog
  43.  
  44. ;------------------------------------------------------------------------------
  45. ; Sundance ST201
  46. ;
  47. [alta.ndi]
  48. Characteristics = 0x84  ; NCF_HAS_UI | NCF_PHYSICAL
  49. BusType         = 5     ; PCI
  50. AddReg          = alta.reg, alta.nt.reg, alta.param.reg
  51. CopyFiles       = alta.CopyFiles
  52.  
  53. [alta.ndi.Services]
  54. AddService = DLH5X, 2, alta.Service, common.EventLog
  55.  
  56.  
  57. ;-----------------------------------------------------------------------------
  58. ; DL10050 based 10/100 Adapter
  59. ;
  60. [dlh5x.reg]
  61. HKR, ,                              AdapterCFID,        0,  "10021186"
  62.  
  63. ;-----------------------------------------------------------------------------
  64. ; ST201 based 10/100 Adapter
  65. ;
  66. [alta.reg]
  67. HKR, ,                              AdapterCFID,        0,  "020113F0"
  68.  
  69. ;-----------------------------------------------------------------------------
  70. ; common base for Alta
  71. ;
  72. [alta.nt.reg]
  73. HKR, ,                              AdapterType,        0,  "5"
  74. HKR, ,                              MediaType,          0,  "1"
  75. HKR, Ndi,                           Service,            ,   "DLH5X"
  76. HKR, Ndi\Interfaces,                LowerRange,         ,   "ethernet"
  77. HKR, Ndi\Interfaces,                UpperRange,         ,   "ndis5"
  78.  
  79. [alta.param.reg]
  80. ; Receive Buffers
  81. HKR, Ndi\params\RxBuffer,                   ParamDesc,  ,   %RxBuffer%
  82. HKR, Ndi\params\RxBuffer,                   default,    ,   10
  83. HKR, Ndi\params\RxBuffer,                   type,       ,   enum
  84. HKR, Ndi\params\RxBuffer\enum,              4,          ,   "4"
  85. HKR, Ndi\params\RxBuffer\enum,              8,          ,   "8"
  86. HKR, Ndi\params\RxBuffer\enum,              0C,         ,   "12"
  87. HKR, Ndi\params\RxBuffer\enum,              10,         ,   "16"
  88. HKR, Ndi\params\RxBuffer\enum,              14,         ,   "20"
  89. HKR, Ndi\params\RxBuffer\enum,              18,         ,   "24"
  90. HKR, Ndi\params\RxBuffer\enum,              1C,         ,   "28"
  91. HKR, Ndi\params\RxBuffer\enum,              20,         ,   "32"
  92. ; Transmit Buffers
  93. HKR, Ndi\params\TxBuffer,                   ParamDesc,  ,   %TxBuffer%
  94. HKR, Ndi\params\TxBuffer,                   default,    ,   10
  95. HKR, Ndi\params\TxBuffer,                   type,       ,   enum
  96. HKR, Ndi\params\TxBuffer\enum,              4,          ,   "4"
  97. HKR, Ndi\params\TxBuffer\enum,              8,          ,   "8"
  98. HKR, Ndi\params\TxBuffer\enum,              0C,         ,   "12"
  99. HKR, Ndi\params\TxBuffer\enum,              10,         ,   "16"
  100. HKR, Ndi\params\TxBuffer\enum,              14,         ,   "20"
  101. HKR, Ndi\params\TxBuffer\enum,              18,         ,   "24"
  102. HKR, Ndi\params\TxBuffer\enum,              1C,         ,   "28"
  103. HKR, Ndi\params\TxBuffer\enum,              20,         ,   "32"
  104. ; No Cable Indication
  105. HKR, Ndi\params\NoCableIndication,          ParamDesc,  ,   %NoCableIndication%
  106. HKR, Ndi\params\NoCableIndication,          default,    ,   0
  107. HKR, Ndi\params\NoCableIndication,          type,       ,   enum
  108. HKR, Ndi\params\NoCableIndication\enum,     0,          ,   %Disabled%
  109. HKR, Ndi\params\NoCableIndication\enum,     1,          ,   %Enabled%
  110. ; Network Address
  111. HKR, Ndi\params\NetworkAddress,             ParamDesc,  ,   %NetworkAddress%
  112. HKR, Ndi\params\NetworkAddress,             type,       ,   edit
  113. HKR, Ndi\params\NetworkAddress,             LimitText,  ,   12
  114. HKR, Ndi\params\NetworkAddress,             UpperCase,  ,   1
  115. HKR, Ndi\params\NetworkAddress,             default,    ,   ""
  116. HKR, Ndi\params\NetworkAddress,             optional,   ,   1
  117. ; Connection Type
  118. HKR, Ndi\params\ConnectionType,             ParamDesc,  ,   %ConnectionType%
  119. HKR, Ndi\params\ConnectionType,             default,    ,   0
  120. HKR, Ndi\params\ConnectionType,             type,       ,   enum
  121. HKR, Ndi\params\ConnectionType\enum,        0,          ,   %Autosense%
  122. HKR, Ndi\params\ConnectionType\enum,        1,          ,   %10BaseT%
  123. HKR, Ndi\params\ConnectionType\enum,        2,          ,   %10BaseTFD%
  124. HKR, Ndi\params\ConnectionType\enum,        3,          ,   %100BaseTx%
  125. HKR, Ndi\params\ConnectionType\enum,        4,          ,   %100BaseTxFD%
  126. ; Tx Start Threshold
  127. HKR, Ndi\params\TxStartThreshold,           ParamDesc,  ,   %TxStartTheshold%
  128. HKR, Ndi\params\TxStartThreshold,           default,    ,   100
  129. HKR, Ndi\params\TxStartThreshold,           type,       ,   enum
  130. HKR, Ndi\params\TxStartThreshold\enum,      100,        ,   "256"
  131. HKR, Ndi\params\TxStartThreshold\enum,      200,        ,   "512"
  132. HKR, Ndi\params\TxStartThreshold\enum,      300,        ,   "768"
  133. HKR, Ndi\params\TxStartThreshold\enum,      400,        ,   "1024"
  134. HKR, Ndi\params\TxStartThreshold\enum,      1FFC,       ,   %StoreAndForward%
  135.  
  136. ;-----------------------------------------------------------------------------
  137. ; DLink specific
  138. ;
  139. [dlh5x.Service]
  140. DisplayName     = %Dlh5x.Service.DispName%
  141. ServiceType     = 1 ; %SERVICE_KERNEL_DRIVER%
  142. StartType       = 3 ; %SERVICE_AUTO_START%
  143. ErrorControl    = 1 ; %SERVICE_ERROR_NORMAL%
  144. ServiceBinary   = %12%\DLH5XND5.sys
  145. LoadOrderGroup  = NDIS
  146.  
  147. ;-----------------------------------------------------------------------------
  148. ; Sundance specific
  149. ;
  150. [alta.Service]
  151. DisplayName     = %Alta.Service.DispName%
  152. ServiceType     = 1 ; %SERVICE_KERNEL_DRIVER%
  153. StartType       = 3 ; %SERVICE_AUTO_START%
  154. ErrorControl    = 1 ; %SERVICE_ERROR_NORMAL%
  155. ServiceBinary   = %12%\DLH5XND5.sys
  156. LoadOrderGroup  = NDIS
  157.  
  158. ;-----------------------------------------------------------------------------
  159. ; Common base for all drivers for Eventlog and TextModeFlags
  160. ;
  161. [common.EventLog]
  162. AddReg = common.AddEventLog.reg
  163.  
  164. [common.AddEventLog.reg]
  165. HKR, , EventMessageFile, 0x00020000, "%%SystenRoot%%\System32\netevent.dll"
  166. HKR, , TypesSupported,   0x00010001, 7
  167.  
  168. [alta.CopyFiles]
  169. DLH5XND5.sys,,,2
  170.  
  171. ;-----------------------------------------------------------------------------
  172. ; DestinationDirs
  173. ;
  174. [DestinationDirs]
  175. alta.CopyFiles = 12
  176.  
  177.  
  178. ;-----------------------------------------------------------------------------
  179. ; Localizable Strings
  180. ;
  181. [Strings]
  182. Msft                = "Microsoft"
  183. DLink               = "D-Link"
  184. Sundance            = "Sundance"
  185.  
  186. RxBuffer            = "Receive Buffers"
  187. TxBuffer            = "Transmit Buffers"
  188. NoCableIndication   = "No Cable Indication"
  189. NetworkAddress      = "Network Address"
  190. ConnectionType      = "Connection Type"
  191. Disabled            = "Disabled"
  192. Enabled             = "Enabled"
  193. Autosense           = "AutoSense"
  194. 10BaseT             = "10Base-T Half Duplex"
  195. 10BaseTFD           = "10Base-T Full Duplex"
  196. 100BaseTx           = "100Base-Tx Half Duplex"
  197. 100BaseTxFD         = "100Base-Tx Full Duplex"
  198. TxStartTheshold     = "Tx Threshold"
  199. StoreAndForward     = "Store and forward"
  200.  
  201. DL10050.DeviceDesc      = "D-Link DL10050 based 10/100 Adapter"
  202. DFE550TX.DeviceDesc     = "D-Link DFE-550TX 10/100 Adapter"
  203. ST201.DeviceDesc        = "Sundance ST201 based PCI Fast Ethernet Adapter"
  204.  
  205. Dlh5x.Service.DispName  = "D-Link DL10050 based Adapter NT Driver"
  206. Alta.Service.DispName   = "Sundance ST201 based Adapter NT Driver"
  207.